home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source$
- * $Date$
- * $Revision$
- * $State$
- * $Author$
- *
- * $Log$
- * (c) Copyright 1995 Sergio Monesi
- ***************************************************************************/
-
- static const char rcs_id[] = "$Id$";
-
- #include <sys/unix.h>
- #include <sys/socket.h>
-
- int
- recv (int s, char *msg, int len, int flags)
- {
- /* printf("U! recv: fd=%d, realsocket=%d\n",s,(__u->file+s)->r[0]); */
- return (_recv ((__u->file + s)->r[0], msg, len, flags));
- }
-